/*头部内容*/
.home {
  width: 100%;
  margin: 0 auto;
  height: 265px;
}
.home .home-img {
  width: 100%;
  height: 320px;
  height: 279px\0;
}
.home-img {
 position: absolute;
  z-index: -1;
}
.home-hd {
  background: #b73420;
  width: 980px;
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: calc((100% - 980px) / 2);
  right: calc((100% - 980px) / 2);
  left: 13.7%\0;
  right: 13.7%\0;
  height: 145px;
}
/*通知栏*/
.notice {
  background-image: linear-gradient(180deg, #BE443F 0%, #B01D17 100%);
  font-size: 12px;
  width: 100%;
  line-height: 30px;
  position: absolute;
  top: 0;
  color: #ffffff;
}
.notice p {
  text-align: center;
  font-weight: lighter;
}
.notice p a {
  text-decoration: none;
}
/*头部*/
.header {
  width: 100%;
  display: flex;
  background: #B7312C;
  height: 80px;
  line-height: 80px;
}
.header-img {
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 10px 30px;
  /*ie8*/
  float: left;
}
.header-title {
  /*ie8*/
  float: left;
}
.header-title img {
  width: 220px;
  height: 34px;
}
.header-title p {
  width: 250px;
  margin-top: -35px;
  font-family: STSong;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
}
.header-dsc img {
  width: 228px;
  height: 44px;
  margin-top: 17px;
}
.header-toolbar{
  flex: 1;
  padding: 12px;
  box-sizing: border-box;
}
.header-toolbar img {
  width: 60px;
  height: 60px;
  display: cursor;
}

.header-toolbar .wechat_mp {
  float: right;
}
.header-toolbar .wechat_mp .wechat_mp_img{
  display: none;
  top: 76px;
  right: 2px;
  position: absolute;
}
.header-toolbar .wechat_mp:hover .wechat_mp_img{
  display: block;
}
.header-toolbar .wechat_mp .wechat_mp_img img{
  width: 80px;
  height: 80px;
}


/*导航栏*/
.layui-nav {
  background-image: linear-gradient(180deg, #BE443F 0%, #B01D17 100%);
  /*IE8.0 版本可以识别*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #BE443F, endColorstr = #B01D17)";
  padding: 0!important;
  text-align: center;
  height: 50px;
  z-index: 99;
  width: 980px;
  display: flex;
  list-style: none;
}
.layui-this {
  color: #FFE994;
}
.tab-wrap {
  z-index: 999;
}
.tab-wrap .tab-content .content-item {
  display:none;
  color:#00c1de;
}
.tab-wrap .tab-content .content-item.active {
  height: 0;
  /*height: 50px\0;*/
  color: #FFE994;
  display: block;
  cursor: pointer;
}
/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
  .tab-wrap .tab-content .content-item.active {
    height: 0;
  }
}
.tab-wrap .tab-content .content-item .nav-item-second, .nav-item-six, .nav-item-seven, .nav-item-eight {
  width: 90px;
  height: 120px;
  position: relative;
  left: 127px;
  text-align: center;
  line-height: 29px;
  list-style: none;
  background: #B01D17;
  z-index: 9;
}
/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
  .tab-wrap .tab-content .content-item .nav-item-second, .nav-item-six, .nav-item-seven, .nav-item-eight {
    left: 127px;
  }
}
.tab-content .content-item .nav-item-six {
  left: 593px;
  z-index: 999;
}
/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
  .tab-content .content-item .nav-item-six {
    left: 593px;
  }
}
.tab-content .content-item .nav-item-seven {
  height: 180px;
  left: 715px;
}
/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
  .tab-content .content-item .nav-item-seven {
    left: 715px;
  }
}
.tab-content .content-item .nav-item-eight {
  height: 270px;
  left: 840px;
}
/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
  .tab-content .content-item .nav-item-eight {
    left: 840px;
  }
}
.tab-content .content-item .nav-item li a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
}
.tab-content .content-item .nav-item li:hover a {
  color: #FFE994;
}
.layui-nav .layui-nav-item {
  width: 12%;
  text-align: center;
  line-height: 50px!important;
  float: left;
}
.layui-nav .layui-nav-item:hover {
  color: #FFE994;
  cursor: pointer;
}
.layui-nav .layui-nav-item a{
  text-decoration: none;
  color: #FFFFFF;
}
.layui-nav .layui-nav-item a:hover {
  color: #FFE994;
}


/*城市分布*/
.city-list {
  display: flex;
  width: 980px;
  height: 20px;
}
.city-list p {
  margin: 0 auto;
}
.city-list p a {
  color: #ffffff;
  padding: 2px;
  font-size: 12px;
  margin: 0 auto;
  border-right: 1px solid #D5D5D5;
}
.city-list p:last-child a {
  border-right: none;
}
.enter-title {
  width: 100%;
  height: 105px;
  /*margin-top: -54px\0;*/
}
/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* 3. */
  .enter-title {
    margin-top: 0;
  }
}

.enter-title img {
  width: 980px;
  height: 105px;
}
